←Select platform

SaveAll(Writer,AnnContainer[],AnnFormat) Method

Summary
Saves an array of annotation containers to a Writer stream.
Syntax
Java
public void saveAll(Writer writer, AnnContainer[] containers, AnnFormat format); 

Parameters

writer
The Writer used to save the data to the stream.

containers
The array of AnnContainer to be saved. This value must not be null.

format
Must be AnnFormat.Annotations.

Remarks

This method will override any existing data in the writer stream.

This method uses the values of AnnContainer.PageNumber during its operation. The page numbers will be saved along with each container.

The AnnContainer.PageNumber value of each container will be used to indicate the output page number. If more than one container has the same value for PageNumber, then only the last container is used. Any AnnContainer object that is null in the array will be ignored.

The SerializeOptions property can contain optional options and events to use during saving of annotations data.

For more information, refer to Annotation Files.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.